Game engine IDE template [on hold]

Posted by Spencer Killen on Game Development See other posts from Game Development or by Spencer Killen
Published on 2013-11-11T23:07:52Z Indexed on 2013/11/12 4:19 UTC
Read the original article Hit count: 351

Filed under:
|
|

Hey so I'm working on a fairly basic javascript game, and it's beginning to get to the point where my 'engine' to which I wrote, is difficult to manage in an all text environment, Iv already thought of using a javascript IDE like jet brains, but i was wondering if I could go 1 step further and have use a piece of software to purpose as an IDE and have a customizable GUI that I could use to automate class construction and such, for example, I have it set up right now so that everytime I want to create a new block (it's a platformer) I must copy a text file and fill in all the setting such as bounding box, sprite ect, it would be a lot easier if I could press a button and have a menu apear where I would fill in these values (I have a game maker background) is there software like this? If not what are some similar solutions to my problem?

© Game Development or respective owner

Related posts about engine

Related posts about JavaScript